public Sirket SirketIdSec(int id)
 {
     try
     {
         using (var business = new SirketBusiness())
         {
             return(business.SirketIdSec(id));
         }
     }
     catch (Exception)
     {
         throw;
     }
 }