public static int LoadPicture(string deptId, byte[] img) { return(OperationDal.LoadPicture(deptId, img)); }