public static List <Company> Company_GetById(string Id)
 {
     return(db.Company_GetById(Id));
 }