public static Design Insert(Design obj)
 {
     return(repository.Insert(obj));
 }