public static string DeleteCompany(Int32 id) { var result = DbCompany.Delete(id); return(result ? "OK" : "Error on deleting company!"); }